SetEffectivePropertyValueForNodeRequest
data class SetEffectivePropertyValueForNodeRequest(nodeId: NodeId, propertyName: String, value: String)
Content copied to clipboard
Represents request frame that can be used with CSS#setEffectivePropertyValueForNode operation call.
Find a rule with the given active property for the given node and set the new value for this property
See also
Constructors
SetEffectivePropertyValueForNodeRequest
Link copied to clipboard
fun SetEffectivePropertyValueForNodeRequest(nodeId: NodeId, propertyName: String, value: String)
Content copied to clipboard